home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / index < prev    next >
Text File  |  1993-08-08  |  2KB  |  50 lines

  1. lib    c++/answerbook
  2. for    code from Hansen's C++ Answers book
  3. by    Tony L. Hansen
  4. ref    "The C++ Answer Book", Addison-Wesley, 1990, ISBN 0-302-11497-6
  5.  
  6. lib    c++/idioms
  7. for    code from Coplien's, "Advanced C++ Programming Styles and Idioms"
  8. by    James O. Coplien
  9. ref    "Advanced C++ Programming Styles and Idioms", Addison-Wesley, 1992, ISBN 0-201-54855-0
  10.  
  11. file    c++/brent_cc.shar
  12. for    Brent's univariate minimizer and zero finder.
  13. by    Oleg Kiselyov <oleg@ponder.csci.unt.edu, oleg@unt.edu>
  14. ref     G.Forsythe, M.Malcolm, C.Moler, Computer methods for
  15. #        mathematical computations.
  16. prec    double
  17. see    c++/serv_cc.shar
  18.  
  19. file    c++/fft.shar
  20. for    Radix-2 Fast Fourier Transform
  21. by    Oleg Kiselyov <oleg@ponder.csci.unt.edu, oleg@unt.edu>
  22. prec    single/double
  23. see     c++/lin_alg.shar, c++/serv_cc.shar
  24.  
  25. file    c++/hl_vector.shar
  26. for    High level vector operations
  27. #    Contains the Aitken-Lagrange interpolation over the table of uniform or
  28. #    arbitrary mesh, and the Hook-Jeevse multidimensional minimizer.
  29. by    Oleg Kiselyov <oleg@ponder.csci.unt.edu, oleg@unt.edu>
  30. prec    single/double
  31. see    c++/lin_alg.shar, c++/serv_cc.shar
  32.  
  33. file    c++/lin_alg.shar
  34. for    basic linear algebra classes
  35. by    Oleg Kiselyov <oleg@ponder.csci.unt.edu, oleg@unt.edu>
  36. prec    single/double
  37. see    c++/serv_cc.shar
  38.  
  39. file    c++/serv_cc.shar
  40. for    a couple of functions that ought to be in the standard
  41. #    C++ environment;
  42. #    - Updated G++ class File that allows now for the file name to 
  43. #      include pipes, say,
  44. #        File in_file("zcat aaa.Z |","r"); 
  45. #    - Resource facility, or managing global "private" parameters
  46. #    that specify various program "options". It helps keep 
  47. #    reasonable number of arguments in function calls.
  48. by    Oleg Kiselyov <oleg@ponder.csci.unt.edu, oleg@unt.edu>
  49.  
  50.